lcDrwSortObjects Home

Sorts named objects within specified type using a value of LC_PROP_TABLE_PRIORITY property.
Object with lower value will be nearer to the list start. Default objects are not sorted and always remain at the list start.

 BOOL lcDrwSortObjects (
   HANDLE hDrw,
   int ObjType
 );

Parameters
hDrw
  Handle to a drawing object.
ObjType
  Object type.


Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcBlockSortEnts